- increment operator
- операция увеличения на единицу
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Increment and decrement operators — are unary operators that add or subtract one from their operand, respectively. They are commonly implemented in imperative programming languages. C like languages became notorious for featuring two versions (pre and post ) of each operator with… … Wikipedia
Increment — An increment is an increase of some amount, either fixed or variable. For example one s salary may have a fixed annual increment or one based on a percentage of its current value. A decrease is called a decrement. Increment or incremental may… … Wikipedia
Operator Grammar — For the class of formal computer languages, see Operator precedence grammar. Operator Grammar is a mathematical theory of human language that explains how language carries information. This theory is the culmination of the life work of Zellig… … Wikipedia
μ operator — In computability theory, the μ operator, minimization operator, or unbounded search operator searches for the least natural number with a given property. Contents 1 Definition 2 Properties 3 Examples … Wikipedia
Common operator notation — This article is about the concept of operator precedence. For operator precedence parsing, see operator precedence parser. In programming languages, common operator notation is one way of notating mathematical expressions as a linear sequence of… … Wikipedia
Plus and minus signs — This article is about the mathematical symbols. For other uses of plus , see Plus (disambiguation). For other uses of minus , see Minus (disambiguation). The plus and minus signs (+ and −) are mathematical symbols used to represent the notions of … Wikipedia
C++ — The C++ Programming Language, written by its architect, is the seminal book on the language. Paradigm(s) Multi paradigm:[1] procedural … Wikipedia
операция увеличения на 1 — — [Л.Г.Суменко. Англо русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.] Тематики информационные технологии в целом EN increment operator … Справочник технического переводчика
Counter machine — A counter machine is an abstract machine used in formal logic and theoretical computer science to model computation. It is the most primitive of the four types of register machines. A counter machine comprises a set of one or more unbounded… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… … Wikipedia